Fix comments.
authorRichard M. Stallman <rms@gnu.org>
Mon, 31 May 1993 21:52:45 +0000 (21:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 31 May 1993 21:52:45 +0000 (21:52 +0000)
lisp/textmodes/sgml-mode.el

index d713d4577d56aa96a2d806385284ac388d623a54..b973569e59dc37799f8b6db9d7046ff3dd3a297e 100644 (file)
 ;;; Commentary:
 
 ;; Major mode for editing the SGML document-markup language.
-;;
-;; Some suggestions for your .emacs file:
-;;
-;; (autoload 'sgml-mode "sgml-mode" "SGML mode" t)
-;;
-;; (setq auto-mode-alist 
-;;       (append (list (cons "\\.sgm$" 'sgml-mode)
-;;                     (cons "\\.sgml$"  'sgml-mode)
-;;                     (cons "\\.dtd$" 'sgml-mode))
-;;               auto-mode-alist))
 
 ;;; Code: